| Name | Description | |
|---|---|---|
![]() | getEvenPagesFooter | Gets the footer for even pages in the document. |
![]() | getEvenPagesHeader | Gets the header for even pages in the document. |
![]() | getFirstPageFooter | Gets the footer for the first page. |
![]() | getFirstPageHeader | Gets the header for the first page. |
![]() | getMainFooter | Gets the document main footer. The main footer is displayed on all document pages. |
![]() | getMainHeader | Gets the document main header. The main header is displayed on all document pages. |
![]() | setEvenPagesFooter | Sets the footer for even pages in the document. If this method is called with null, no footer is displayed on even pages. When the method is called, this method is also set to the same value. If you want a different footer for even pages, call this method after calling the method. |
![]() | setEvenPagesHeader | Sets the header for even pages in the document. If this method is called with null, no header is displayed on even pages. When the method is called, this method is also set to the same value. If you want a different header for even pages, call this method after calling the method. |
![]() | setFirstPageFooter | Sets the footer for the first page. If this method is called with null, no footer is displayed on the first document page. When the method is called, this method is also set to the same value. If you want a different footer for the first page, call this method after calling the method. |
![]() | setFirstPageHeader | Sets the header for the first page. If this method is called with null, no header is displayed on the first document page. When the method is called, this method is also set to the same value. If you want a different header for the first page, call this method after calling the method. |
![]() | setMainFooter | Sets the document main footer. The main header is displayed on all document pages. When this method is set, the and methods are also set to the same value. |
![]() | setMainHeader | Sets the document main header. The main header is displayed on all document pages. When this method is set, the and methods are also set to the same value. |
